net/http.Request.ctx (field)
12 uses
net/http (current package)
client.go#L371: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L378: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L672: ctx: ireq.ctx,
clientconn.go#L134: ctx: ctx,
request.go#L333: ctx context.Context
request.go#L353: if r.ctx != nil {
request.go#L354: return r.ctx
request.go#L374: r2.ctx = ctx
request.go#L392: r2.ctx = ctx
request.go#L913: ctx: ctx,
server.go#L1041: req.ctx = ctx
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |